1
<Global.Microsoft
.VisualBasic
.CompilerServices
.DesignerGenerated()> _
3 Inherits System
.Windows
.Forms
.Form
5 'Form overrides dispose to clean up the component list.
6 <System
.Diagnostics
.DebuggerNonUserCode()> _
7 Protected Overrides
Sub Dispose(ByVal disposing
As Boolean)
9 If disposing AndAlso components IsNot
Nothing Then
13 MyBase
.Dispose(disposing
)
17 'Required by the Windows Form Designer
18 Private components
As System
.ComponentModel
.IContainer
20 'NOTE: The following procedure is required by the Windows Form Designer
21 'It can be modified using the Windows Form Designer.
22 'Do not modify it using the code editor.
23 <System
.Diagnostics
.DebuggerStepThrough()> _
24 Private Sub InitializeComponent()
25 Me.groupBox4
= New System
.Windows
.Forms
.GroupBox
26 Me.addLinkButton
= New System
.Windows
.Forms
.Button
27 Me.tbLink
= New System
.Windows
.Forms
.TextBox
28 Me.btnAddItem
= New System
.Windows
.Forms
.Button
29 Me.tbItem
= New System
.Windows
.Forms
.TextBox
30 Me.tbCategory
= New System
.Windows
.Forms
.TextBox
31 Me.btnCreateCategory
= New System
.Windows
.Forms
.Button
32 Me.groupBox3
= New System
.Windows
.Forms
.GroupBox
33 Me.chkPaint
= New System
.Windows
.Forms
.CheckBox
34 Me.chkCalc
= New System
.Windows
.Forms
.CheckBox
35 Me.chkNotepad
= New System
.Windows
.Forms
.CheckBox
36 Me.btnClearTask
= New System
.Windows
.Forms
.Button
37 Me.btnAddTask
= New System
.Windows
.Forms
.Button
38 Me.groupBox2
= New System
.Windows
.Forms
.GroupBox
39 Me.btnChooseFile
= New System
.Windows
.Forms
.Button
40 Me.radRecent
= New System
.Windows
.Forms
.RadioButton
41 Me.radFrequent
= New System
.Windows
.Forms
.RadioButton
42 Me.groupBox1
= New System
.Windows
.Forms
.GroupBox
43 Me.btnUnregisterFileType
= New System
.Windows
.Forms
.Button
44 Me.btnRegisterFileType
= New System
.Windows
.Forms
.Button
45 Me.recentFileOpenFileDialog
= New System
.Windows
.Forms
.OpenFileDialog
46 Me.groupBox4
.SuspendLayout()
47 Me.groupBox3
.SuspendLayout()
48 Me.groupBox2
.SuspendLayout()
49 Me.groupBox1
.SuspendLayout()
54 Me.groupBox4
.Controls
.Add(Me.addLinkButton
)
55 Me.groupBox4
.Controls
.Add(Me.tbLink
)
56 Me.groupBox4
.Controls
.Add(Me.btnAddItem
)
57 Me.groupBox4
.Controls
.Add(Me.tbItem
)
58 Me.groupBox4
.Controls
.Add(Me.tbCategory
)
59 Me.groupBox4
.Controls
.Add(Me.btnCreateCategory
)
60 Me.groupBox4
.Location
= New System
.Drawing
.Point(28, 293)
61 Me.groupBox4
.Name
= "groupBox4"
62 Me.groupBox4
.Size
= New System
.Drawing
.Size(334, 89)
63 Me.groupBox4
.TabIndex
= 8
64 Me.groupBox4
.TabStop
= False
65 Me.groupBox4
.Text
= "Categories"
69 Me.addLinkButton
.Location
= New System
.Drawing
.Point(248, 46)
70 Me.addLinkButton
.Name
= "addLinkButton"
71 Me.addLinkButton
.Size
= New System
.Drawing
.Size(65, 23)
72 Me.addLinkButton
.TabIndex
= 9
73 Me.addLinkButton
.Text
= "Add Link"
74 Me.addLinkButton
.UseVisualStyleBackColor
= True
78 Me.tbLink
.Location
= New System
.Drawing
.Point(172, 48)
79 Me.tbLink
.Name
= "tbLink"
80 Me.tbLink
.Size
= New System
.Drawing
.Size(70, 20)
81 Me.tbLink
.TabIndex
= 8
82 Me.tbLink
.Text
= "Link1"
86 Me.btnAddItem
.Location
= New System
.Drawing
.Point(98, 47)
87 Me.btnAddItem
.Name
= "btnAddItem"
88 Me.btnAddItem
.Size
= New System
.Drawing
.Size(65, 23)
89 Me.btnAddItem
.TabIndex
= 7
90 Me.btnAddItem
.Text
= "Add Item"
91 Me.btnAddItem
.UseVisualStyleBackColor
= True
95 Me.tbItem
.Location
= New System
.Drawing
.Point(20, 48)
96 Me.tbItem
.Name
= "tbItem"
97 Me.tbItem
.Size
= New System
.Drawing
.Size(77, 20)
98 Me.tbItem
.TabIndex
= 6
99 Me.tbItem
.Text
= "Item1"
103 Me.tbCategory
.Location
= New System
.Drawing
.Point(20, 22)
104 Me.tbCategory
.Name
= "tbCategory"
105 Me.tbCategory
.Size
= New System
.Drawing
.Size(77, 20)
106 Me.tbCategory
.TabIndex
= 5
107 Me.tbCategory
.Text
= "MyCategory"
111 Me.btnCreateCategory
.Location
= New System
.Drawing
.Point(98, 20)
112 Me.btnCreateCategory
.Name
= "btnCreateCategory"
113 Me.btnCreateCategory
.Size
= New System
.Drawing
.Size(65, 23)
114 Me.btnCreateCategory
.TabIndex
= 0
115 Me.btnCreateCategory
.Text
= "Create"
116 Me.btnCreateCategory
.UseVisualStyleBackColor
= True
120 Me.groupBox3
.Controls
.Add(Me.chkPaint
)
121 Me.groupBox3
.Controls
.Add(Me.chkCalc
)
122 Me.groupBox3
.Controls
.Add(Me.chkNotepad
)
123 Me.groupBox3
.Controls
.Add(Me.btnClearTask
)
124 Me.groupBox3
.Controls
.Add(Me.btnAddTask
)
125 Me.groupBox3
.Location
= New System
.Drawing
.Point(28, 198)
126 Me.groupBox3
.Name
= "groupBox3"
127 Me.groupBox3
.Size
= New System
.Drawing
.Size(334, 89)
128 Me.groupBox3
.TabIndex
= 7
129 Me.groupBox3
.TabStop
= False
130 Me.groupBox3
.Text
= "Tasks"
134 Me.chkPaint
.AutoSize
= True
135 Me.chkPaint
.Location
= New System
.Drawing
.Point(20, 58)
136 Me.chkPaint
.Name
= "chkPaint"
137 Me.chkPaint
.Size
= New System
.Drawing
.Size(49, 17)
138 Me.chkPaint
.TabIndex
= 4
139 Me.chkPaint
.Text
= "paint"
140 Me.chkPaint
.UseVisualStyleBackColor
= True
144 Me.chkCalc
.AutoSize
= True
145 Me.chkCalc
.Location
= New System
.Drawing
.Point(20, 39)
146 Me.chkCalc
.Name
= "chkCalc"
147 Me.chkCalc
.Size
= New System
.Drawing
.Size(72, 17)
148 Me.chkCalc
.TabIndex
= 3
149 Me.chkCalc
.Text
= "calculator"
150 Me.chkCalc
.UseVisualStyleBackColor
= True
154 Me.chkNotepad
.AutoSize
= True
155 Me.chkNotepad
.Location
= New System
.Drawing
.Point(20, 20)
156 Me.chkNotepad
.Name
= "chkNotepad"
157 Me.chkNotepad
.Size
= New System
.Drawing
.Size(65, 17)
158 Me.chkNotepad
.TabIndex
= 2
159 Me.chkNotepad
.Text
= "notepad"
160 Me.chkNotepad
.UseVisualStyleBackColor
= True
164 Me.btnClearTask
.Location
= New System
.Drawing
.Point(229, 34)
165 Me.btnClearTask
.Name
= "btnClearTask"
166 Me.btnClearTask
.Size
= New System
.Drawing
.Size(84, 23)
167 Me.btnClearTask
.TabIndex
= 1
168 Me.btnClearTask
.Text
= "Clear Tasks"
169 Me.btnClearTask
.UseVisualStyleBackColor
= True
173 Me.btnAddTask
.Location
= New System
.Drawing
.Point(141, 34)
174 Me.btnAddTask
.Name
= "btnAddTask"
175 Me.btnAddTask
.Size
= New System
.Drawing
.Size(82, 23)
176 Me.btnAddTask
.TabIndex
= 0
177 Me.btnAddTask
.Text
= "Add Tasks"
178 Me.btnAddTask
.UseVisualStyleBackColor
= True
182 Me.groupBox2
.Controls
.Add(Me.btnChooseFile
)
183 Me.groupBox2
.Controls
.Add(Me.radRecent
)
184 Me.groupBox2
.Controls
.Add(Me.radFrequent
)
185 Me.groupBox2
.Location
= New System
.Drawing
.Point(28, 114)
186 Me.groupBox2
.Name
= "groupBox2"
187 Me.groupBox2
.Size
= New System
.Drawing
.Size(334, 78)
188 Me.groupBox2
.TabIndex
= 6
189 Me.groupBox2
.TabStop
= False
190 Me.groupBox2
.Text
= "Frequent/Recent Category"
194 Me.btnChooseFile
.Location
= New System
.Drawing
.Point(229, 19)
195 Me.btnChooseFile
.Name
= "btnChooseFile"
196 Me.btnChooseFile
.Size
= New System
.Drawing
.Size(84, 23)
197 Me.btnChooseFile
.TabIndex
= 4
198 Me.btnChooseFile
.Text
= "Choose File..."
199 Me.btnChooseFile
.UseVisualStyleBackColor
= True
203 Me.radRecent
.AutoSize
= True
204 Me.radRecent
.Location
= New System
.Drawing
.Point(20, 42)
205 Me.radRecent
.Name
= "radRecent"
206 Me.radRecent
.Size
= New System
.Drawing
.Size(60, 17)
207 Me.radRecent
.TabIndex
= 3
208 Me.radRecent
.TabStop
= True
209 Me.radRecent
.Text
= "Recent"
210 Me.radRecent
.UseVisualStyleBackColor
= True
214 Me.radFrequent
.AutoSize
= True
215 Me.radFrequent
.Location
= New System
.Drawing
.Point(20, 19)
216 Me.radFrequent
.Name
= "radFrequent"
217 Me.radFrequent
.Size
= New System
.Drawing
.Size(67, 17)
218 Me.radFrequent
.TabIndex
= 0
219 Me.radFrequent
.TabStop
= True
220 Me.radFrequent
.Text
= "Frequent"
221 Me.radFrequent
.UseVisualStyleBackColor
= True
225 Me.groupBox1
.Controls
.Add(Me.btnUnregisterFileType
)
226 Me.groupBox1
.Controls
.Add(Me.btnRegisterFileType
)
227 Me.groupBox1
.Location
= New System
.Drawing
.Point(28, 26)
228 Me.groupBox1
.Name
= "groupBox1"
229 Me.groupBox1
.Size
= New System
.Drawing
.Size(334, 82)
230 Me.groupBox1
.TabIndex
= 5
231 Me.groupBox1
.TabStop
= False
232 Me.groupBox1
.Text
= "File Type Registration"
234 'btnUnregisterFileType
236 Me.btnUnregisterFileType
.Location
= New System
.Drawing
.Point(198, 19)
237 Me.btnUnregisterFileType
.Name
= "btnUnregisterFileType"
238 Me.btnUnregisterFileType
.Size
= New System
.Drawing
.Size(115, 41)
239 Me.btnUnregisterFileType
.TabIndex
= 1
240 Me.btnUnregisterFileType
.Text
= "Unregister File Type"
241 Me.btnUnregisterFileType
.UseVisualStyleBackColor
= True
245 Me.btnRegisterFileType
.Location
= New System
.Drawing
.Point(20, 19)
246 Me.btnRegisterFileType
.Name
= "btnRegisterFileType"
247 Me.btnRegisterFileType
.Size
= New System
.Drawing
.Size(115, 41)
248 Me.btnRegisterFileType
.TabIndex
= 0
249 Me.btnRegisterFileType
.Text
= "Register File Type"
250 Me.btnRegisterFileType
.UseVisualStyleBackColor
= True
252 'recentFileOpenFileDialog
254 Me.recentFileOpenFileDialog
.Filter
= "Text files (*.txt)|*.txt|All files (*.*)|*.*"""
258 Me.AutoScaleDimensions
= New System
.Drawing
.SizeF(6.0!, 13.0!)
259 Me.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
260 Me.ClientSize
= New System
.Drawing
.Size(390, 416)
261 Me.Controls
.Add(Me.groupBox4
)
262 Me.Controls
.Add(Me.groupBox3
)
263 Me.Controls
.Add(Me.groupBox2
)
264 Me.Controls
.Add(Me.groupBox1
)
266 Me.Text
= "Win7 Taskbar JumpList"
267 Me.groupBox4
.ResumeLayout(False)
268 Me.groupBox4
.PerformLayout()
269 Me.groupBox3
.ResumeLayout(False)
270 Me.groupBox3
.PerformLayout()
271 Me.groupBox2
.ResumeLayout(False)
272 Me.groupBox2
.PerformLayout()
273 Me.groupBox1
.ResumeLayout(False)
274 Me.ResumeLayout(False)
277 Private WithEvents groupBox4
As System
.Windows
.Forms
.GroupBox
278 Private WithEvents addLinkButton
As System
.Windows
.Forms
.Button
279 Private WithEvents tbLink
As System
.Windows
.Forms
.TextBox
280 Private WithEvents btnAddItem
As System
.Windows
.Forms
.Button
281 Private WithEvents tbItem
As System
.Windows
.Forms
.TextBox
282 Private WithEvents tbCategory
As System
.Windows
.Forms
.TextBox
283 Private WithEvents btnCreateCategory
As System
.Windows
.Forms
.Button
284 Private WithEvents groupBox3
As System
.Windows
.Forms
.GroupBox
285 Private WithEvents chkPaint
As System
.Windows
.Forms
.CheckBox
286 Private WithEvents chkCalc
As System
.Windows
.Forms
.CheckBox
287 Private WithEvents chkNotepad
As System
.Windows
.Forms
.CheckBox
288 Private WithEvents btnClearTask
As System
.Windows
.Forms
.Button
289 Private WithEvents btnAddTask
As System
.Windows
.Forms
.Button
290 Private WithEvents groupBox2
As System
.Windows
.Forms
.GroupBox
291 Private WithEvents btnChooseFile
As System
.Windows
.Forms
.Button
292 Private WithEvents radRecent
As System
.Windows
.Forms
.RadioButton
293 Private WithEvents radFrequent
As System
.Windows
.Forms
.RadioButton
294 Private WithEvents groupBox1
As System
.Windows
.Forms
.GroupBox
295 Private WithEvents btnUnregisterFileType
As System
.Windows
.Forms
.Button
296 Private WithEvents btnRegisterFileType
As System
.Windows
.Forms
.Button
297 Private WithEvents recentFileOpenFileDialog
As System
.Windows
.Forms
.OpenFileDialog